home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 30 / Amiga Format AFCD30 (Sep 1998, Issue 114).iso / -seriously_amiga- / sound / player6.1a / source / infos.s < prev    next >
Text File  |  1998-06-22  |  2KB  |  73 lines

  1. *----------------------------- ASM-One only ----*
  2.         ifne    asmone
  3.  
  4.         ifd     makebin
  5.         printt  ""
  6.         printt  "Binary AUTO-save mode enabled !!!"
  7.         else
  8.         ifne    example
  9.         printt  ""
  10.         printt  "Example-Mode enabled !!!"
  11.         endc
  12.         endc
  13.         
  14.         printt  ""
  15.         printt  "Options used:"
  16.         printt  "-------------"
  17.         ifd     start
  18.         printt  "Starting from position"
  19.         printv  start
  20.         endc
  21.         ifne    fade
  22.         printt  "Mastervolume on"
  23.         else
  24.         printt  "Mastervolume off"
  25.         endc
  26.         ifne    system
  27.         printt  "System friendly"
  28.         else
  29.         printt  "System killer"
  30.         endc
  31.         ifne    CIA
  32.         printt  "CIA-tempo on"
  33.         else
  34.         printt  "CIA-tempo off"
  35.         endc
  36.         ifne    exec
  37.         printt  "ExecBase valid"
  38.         else
  39.         printt  "ExecBase invalid"
  40.         endc
  41.         ifne    lev6
  42.         printt  "Level 6 IRQ on"
  43.         else
  44.         printt  "Non-lev6 NOT IMPLEMENTED!"
  45.         if2
  46.         fail
  47.         endc
  48.         endc
  49.         ifne    opt020
  50.         printt  "MC68020 optimizations"
  51.         else
  52.         printt  "Normal MC68000 code"
  53.         endc
  54.         printt  "Channels:"
  55.         printv  channels
  56.         ifgt    channels-4
  57.         printt  "NO MORE THAN 4 CHANNELS!"
  58.         if2
  59.         fail
  60.         endc
  61.         endc
  62.         ifeq    channels
  63.         printt  "MUST HAVE AT LEAST 1 CHANNEL!"
  64.         if2
  65.         fail
  66.         endc
  67.         endc
  68.         printt  "UseCode:"
  69.         printv  use
  70.  
  71.         endc
  72. *-----------------------------------------------*
  73.